Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor and test: update same address multisig implementation #126

Merged
merged 5 commits into from
Oct 13, 2023

Conversation

kupermind
Copy link
Collaborator

  • Update GnosisSafeSameAddressMultisig implementation to check for the proxy;
  • Add / update tests.

@kupermind kupermind requested review from 77ph and mariapiamo October 10, 2023 15:47
@kupermind kupermind changed the base branch from main to fuzzing October 10, 2023 19:00
revert ZeroValue();
}

// Record provided multisig proxy bytecode hashes
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to update the deployment scripts with these hashes

GnosisSafeSameAddressMultisig.deploy([bytes32Zero])
).to.be.revertedWithCustomError(gnosisSafeSameAddressMultisig, "ZeroValue");
});

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should also update the tests regarding the GnosisSafeSameAddressMultisig.create() method, no?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is one in the serviceStaking testing

Base automatically changed from fuzzing to main October 13, 2023 11:57
@kupermind kupermind merged commit dc4780d into main Oct 13, 2023
2 checks passed
@kupermind kupermind deleted the same_address_multisig branch October 13, 2023 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants